c0e4d05007673ae4bd1c046375723331b158e2c1,cometd-java/cometd-java-oort/src/main/java/org/cometd/oort/Seti.java,Seti,dump,#Appendable#String#,754
Before Change
public void dump(Appendable out, String indent) throws IOException
{
ContainerLifeCycle.dumpObject(out, this);
List<String> state = new ArrayList<>();
synchronized (_uid2Location)
{
After Change
public void dump(Appendable out, String indent) throws IOException
{
ContainerLifeCycle.dumpObject(out, this);
List<Dumpable> children = new ArrayList<>();